github.com/klauspost/compress/flate.huffmanBitWriter.writeCode (method)
14 uses
github.com/klauspost/compress/flate (current package)
huffman_bit_writer.go#L198: w.writeCode(w.literalEncoding.codes[endBlockMarker])
huffman_bit_writer.go#L424: func (w *huffmanBitWriter) writeCode(c hcode) {
huffman_bit_writer.go#L486: w.writeCode(w.codegenEncoding.codes[codeWord])
huffman_bit_writer.go#L511: w.writeCode(w.literalEncoding.codes[endBlockMarker])
huffman_bit_writer.go#L540: w.writeCode(w.literalEncoding.codes[endBlockMarker])
huffman_bit_writer.go#L565: w.writeCode(w.literalEncoding.codes[endBlockMarker])
huffman_bit_writer.go#L636: w.writeCode(w.literalEncoding.codes[endBlockMarker])
huffman_bit_writer.go#L648: w.writeCode(w.literalEncoding.codes[endBlockMarker])
huffman_bit_writer.go#L677: w.writeCode(w.literalEncoding.codes[endBlockMarker])
huffman_bit_writer.go#L878: w.writeCode(lengths[lengthCode])
huffman_bit_writer.go#L927: w.writeCode(offs[offsetCode])
huffman_bit_writer.go#L976: w.writeCode(leCodes[endBlockMarker])
huffman_bit_writer.go#L1070: w.writeCode(w.literalEncoding.codes[endBlockMarker])
huffman_bit_writer.go#L1178: w.writeCode(w.literalEncoding.codes[endBlockMarker])
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |